home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-17 / 24os220.zip / README.OS2 < prev    next >
Text File  |  1993-02-17  |  1KB  |  35 lines

  1. This is the ADD driver for IBM OS/2 2.0.
  2.  
  3. Following are the procedures to install ULTRA24.ADD.
  4.  
  5. 1.  Follow IBM OS/2 2.0's installtion instructions to install the operating
  6.     system and reboot.
  7. 2.  Insert the diskette containing the UltraStor ULTRA24.ADD device driver
  8.     into a floppy drive and copy ULTRA24.ADD to the \OS2 directory.
  9.  
  10.     e.g. COPY A:ULTRA24.ADD C:\OS2
  11.  
  12. 3.  Use an editor to modify CONFIG.SYS by adding BASEDEV=ULTRA24.ADD line.
  13. 4.  Save the modified CONFIG.SYS.
  14. 5.  Reboot the system for new configuration to take effect.
  15.  
  16. Note:  There are switches available to ULTRA24.ADD IBM OS/2 Device Driver.
  17.  
  18. 1.  /A:hanum - adapter identification
  19. 2.  /!DM:d1, d2, ... - Disable DASD Manager support for devices d1, d2, ...
  20. 3.  /!SM:d1, d2, ... - Disable SCSI Manager support for devcies d1, d2, ...
  21. 4.  /ET - Allows the driver to scan for all LUNs.
  22.  
  23. Example:  When a WORM device of SCSI ID 6 is connected to the first ULTRA 24F
  24. in the system and COREL SCSI software is used to access the WORM, add the
  25. following statement with switches to CONFIG.SYS.
  26.  
  27.         BASEDEV=ULTRA24.ADD /A:0 /!DM:6
  28.  
  29. Example:  When a target device with multiple LUNs such as a CDROM changer is
  30. attached to ULTRA 24F, add the following statement with switch to CONFIG.SYS.
  31.  
  32.         BASEDEV=ULTDRA24.ADD /ET
  33.  
  34.  
  35.